Whats steps can I suggest to achieve the best Geolocation Result [migrated]

Posted by Matt on Programmers See other posts from Programmers or by Matt
Published on 2012-12-14T12:47:40Z Indexed on 2012/12/14 17:18 UTC
Read the original article Hit count: 207

Filed under:
|
|

We are using Geolocation (getCurrentPosition()) in a website to determine a users position when using our site from a mobile device.

I want to write an article explaining how the user can obtain the best results.

Am I correct in assuming:

  • Enabling GPS will yield the best result when in rural areas (less buildings to obscure line of sight to the satelites)
  • Enabling Wi-Fi will yield the best results when in urban areas (generally more Wi-Fi hotspots available)
  • Is it true that Android phones have better results from silently harvesting Wi-Fi hotspot details?

Any links to reference material on this are appreciated

© Programmers or respective owner

Related posts about JavaScript

Related posts about documentation